babl-verify: set a high tolerance, avoid censoring some underperforming fast paths
authorØyvind Kolås <pippin@gimp.org>
Sun, 20 Nov 2016 11:36:36 +0000 (12:36 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sun, 20 Nov 2016 11:36:39 +0000 (12:36 +0100)
tools/babl-verify.c

index 15654e24c8c6ad447f5352d256ddfe4d3b36b6c3..e58dc85bffe435da28e3d5fd6fc73eac14b98de2 100644 (file)
@@ -10,6 +10,7 @@ int main (int argc, char **argv)
     return -1;
   }
   setenv ("BABL_DEBUG_CONVERSIONS", "1", 0);
+  setenv ("BABL_TOLERANCE", "100000.0", 0);
   babl_init ();
   babl_fish (babl_format(argv[1]), babl_format (argv[2]));
   babl_exit ();